-
Notifications
You must be signed in to change notification settings - Fork 16
added script and html for Documenter Navigation #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
opened PR in AbstractMCMC.jl for adding Navigation bar, merge that after this PR is merged |
Other Issues I found:
|
@shravanngoswamii let's link to https://github.com/theogf/ThermodynamicIntegration.jl for ThermodynamicIntegration instead. |
Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good -- feel free to merge!
Actually, I am not authorized to merge in this repo, I only have permission on docs repo! |
Can you also merge this one — TuringLang/AbstractMCMC.jl#141 |
Now we have to add this line after
makedocs()
function indocs/make.jl
of each package:I avoided generating template from
yml
for this because we will not be changing Navigation elements for many months or maybe years until some new package is added in Turing ecosystem! So generating template fromyml
wil just increase the files and workflow runtime, It's better to do this in way I did currently! I tested it on multiple packages its working fine and very smoothly!